
function highlight(x)
{
   document.form.elements[x].focus();
   document.form.elements[x].select();
}

function changeto(highlightcolor)
{
   source=event.srcElement
   if (source.tagName=="TR"||source.tagName=="TABLE")
   return
   while(source.tagName!="TR")
   source=source.parentElement
   if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
   source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor)
{
   if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
   return
   if (event.toElement!=source)
   source.style.backgroundColor=originalcolor
}

function insc(page) 
   {
    var fenetre = window.open(page,'SPPLUS','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=670,height=550');
   }


document.write('<style>.lien4 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style>');
document.write('<style>.titre5n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }</style>');
document.write('<style>.titre4n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000 }</style>');
document.write('<style>.titre4w { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF }</style>');

document.write('<table border="1" cellspacing="0" cellpadding="2" bordercolor="#000000">');
document.write('<tr><td bgcolor="#336699" align="right">'); 
document.write('<font class=titre4w><i>');
document.write(' <img src=http://www.sport-up.fr/media/carrejaune.jpg width=4> <img src=http://www.sport-up.fr/media/carrejaune.jpg width=5> <img src=http://www.sport-up.fr/media/carrejaune.jpg width=6>');
document.write(' Cliquez sur la course pour vous inscrire</i> </font>');
document.write('</td></tr>');
document.write('<tr><td>'); 
document.write('<table cellspacing="0" cellpadding="0" onmouseout="changeback(\'\')" onmouseover="changeto(\'#CDE5F9\')">');


 document.write('<tr>');
 document.write('<td valign=top>');
 document.write('<font class=titre4n>26/09/10</font></td>');
 document.write('<td width=5> </td>');
 document.write('<td><font class=titre4n>33EME PARIS-VERSAILLES</font></td>');
 document.write('<td width=5> </td>');
 document.write('<td><font class=titre4n>75 - PARIS</font></td>');
 document.write('</tr>');
 document.write('<tr>');
 document.write('<td valign=top></td>');
 document.write('<td width=5> </td>');
 document.write('<td colspan=3><font class=lien4>');
 document.write('<a class=lien4 href=# onClick="insc(\'http://www.sport-up.fr/website9/inscription_en_ligne/inscription-23939-ORG-DKKRI.htm\')" >LA GRANDE CLASSIQUE</a>');
 document.write('</font></td>');
 document.write('</tr>');    



document.write('</table>');
document.write('</td></tr>');
document.write('</table>');